signed message - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

signed message - перевод на русский

SELF-SIGNED CERTIFICATE
Self signed certificate; Self-signed certificates

signed message      
сообщение, удостоверенное (цифровой) подписью сообщение, удостоверенное (цифровой) подписью
variable message sign         
  • Prague Ringway]], Czech Republic; made by Značky Praha s.r.o.
  • vane]] variable speed-limit sign
  • Montgomery Township, Pennsylvania]] listing travel times to upcoming junctions
  • Europe's largest Dynamic Route Guidance System [[Nuremberg]], Germany
  • LED]] sign over Illinois State Route 390/Elgin-O'Hare Tollway in Roselle, Illinois showing remaining travel times
ELECTRONIC TRAFFIC SIGN WITH CHANGEABLE MESSAGES
Changeable message sign; Variable Message Sign; Changeable Message Sign; Variable message signs; Dynamic message sign; Electronic message sign; Variable message sign; Variable-message signs; Changeable-message sign; Matrix signal; Matrix sign; Electronic-message sign; Dynamic-message sign

строительное дело

дорожный знак со сменной информацией

variable message sign         
  • Prague Ringway]], Czech Republic; made by Značky Praha s.r.o.
  • vane]] variable speed-limit sign
  • Montgomery Township, Pennsylvania]] listing travel times to upcoming junctions
  • Europe's largest Dynamic Route Guidance System [[Nuremberg]], Germany
  • LED]] sign over Illinois State Route 390/Elgin-O'Hare Tollway in Roselle, Illinois showing remaining travel times
ELECTRONIC TRAFFIC SIGN WITH CHANGEABLE MESSAGES
Changeable message sign; Variable Message Sign; Changeable Message Sign; Variable message signs; Dynamic message sign; Electronic message sign; Variable message sign; Variable-message signs; Changeable-message sign; Matrix signal; Matrix sign; Electronic-message sign; Dynamic-message sign
дорожный знак со сменной информацией

Определение

message passing
One of the two techniques for communicating between parallel processes (the other being shared memory). A common use of message passing is for communication in a parallel computer. A process running on one processor may send a message to a process running on the same processor or another. The actual transmission of the message is usually handled by the run-time support of the language in which the processes are written, or by the operating system. Message passing scales better than shared memory, which is generally used in computers with relatively few processors. This is because the total communications bandwidth usually increases with the number of processors. A message passing system provides primitives for sending and receiving messages. These primitives may by either synchronous or asynchronous or both. A synchronous send will not complete (will not allow the sender to proceed) until the receiving process has received the message. This allows the sender to know whether the message was received successfully or not (like when you speak to someone on the telephone). An asynchronous send simply queues the message for transmission without waiting for it to be received (like posting a letter). A synchronous receive primitive will wait until there is a message to read whereas an asynchronous receive will return immediately, either with a message or to say that no message has arrived. Messages may be sent to a named process or to a named mailbox which may be readable by one or many processes. Transmission involves determining the location of the recipient and then choosing a route to reach that location. The message may be transmitted in one go or may be split into packets which are transmitted independently (e.g. using wormhole routing) and reassembled at the receiver. The message passing system must ensure that sufficient memory is available to buffer the message at its destination and at intermediate nodes. Messages may be typed or untyped at the programming language level. They may have a priority, allowing the receiver to read the highest priority messages first. Some message passing computers are the {MIT J-Machine (http://ai.mit.edu/projects/cva/cva_j_machine.html)}, the {Illinois Concert Project (http://www-csag.cs.uiuc.edu/projects/concert.html)} and transputer-based systems. Object-oriented programming uses message passing between objects as a metaphor for procedure call. (1994-11-11)

Википедия

Self-signed certificate

In cryptography and computer security, self-signed certificates are public key certificates that are not issued by a certificate authority (CA). These self-signed certificates are easy to make and do not cost money. However, they do not provide any trust value.

For instance, if a website owner uses a self-signed certificate to provide HTTPS services, people who visit that website cannot be certain that they are connected to their intended destination. For all they know, a malicious third-party could be redirecting the connection using another self-signed certificate bearing the same holder name. The connection is still encrypted, but does not necessarily lead to its intended target. In comparison, a certificate signed by a trusted CA prevents this attack because the user's web browser separately validates the certificate against the issuing CA. The attacker's certificate fails this validation.

Self-signed certificates, however, have their own limited uses. They have full trust value when the issuer and the sole user are the same entity. For example, the Encrypting File System on Microsoft Windows issues a self-signed certificate on behalf of the encrypting user and uses it to transparently decrypt data on the fly. Another example is the root certificate, which is a form of self-signed certificate.

Примеры употребления для signed message
1. A signed message will be handed to every guest, reading: "It is important for you as leaders to harness those responsibilities and ensure that you also empower those around you who scale the mountains with you." Mr Mandela‘s words come amid growing fears over the alienation of young people in inner cities and concern they may drift into violent gangs because they see no alternative future.
Как переводится signed message на Русский язык